@charset "utf-8";
/*=============================================================
 message Layout
=============================================================*/
/* message-catchArea
-------------------------------------------------------------*/
    #mainImg .lead {
        font-size: 2rem;
		position: absolute;
		left: 38%;
		top: 50%;
	}
	#mainImg figure {
		background: #9BD6DC;
	}
	@media only screen and (max-width:1240px){
		#mainImg .lead {
			font-size: 1.6rem;
			position: absolute;
			left: 40%;
			top: 50%;
		}
	}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){

/* message-catchArea
-------------------------------------------------------------*/
    #mainImg .lead {
	    position: static;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px){

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){

}
